home *** CD-ROM | disk | FTP | other *** search
- Path: news.compuserve.com!newsmaster
- From: Philippe Verdy <100105.3120@compuserve.com>
- Newsgroups: comp.lang.c++,gnu.g++.help,comp.unix.solaris
- Subject: Re: dealing without bool type
- Date: 24 Mar 1996 00:43:44 GMT
- Organization: CompuServe Incorporated
- Distribution: inet
- Message-ID: <4j25s0$shm@arl-news-svc-3.compuserve.com>
- NNTP-Posting-Host: ad53-232.compuserve.com
-
- smurman@shellx.best.com (Scott Murman) s'Θcrit :
- >
- > I've used g++ for my compiler. I now have Sun's SC4.1 to use, but it
- > doesn't seem to have bool as a built-in data type. What are some good
- > ways to deal with this?
- >
- You need to add some classes to your RTL include files which
- will define a compatible environment. Using the bool class
- defined in Microsoft Visual C++ 4.5 is the simplest solution.
-